home *** CD-ROM | disk | FTP | other *** search
/ Merciful 5 / Merciful - Disc 5.iso / software / p / pcqpascalv1.2d.lha / Include / Libraries / MathLibrary.i < prev    next >
Text File  |  1997-05-06  |  868b  |  28 lines

  1. {
  2.         MathLibrary.i for PCQ Pascal
  3. }
  4.  
  5.  
  6. {$I   "Include:Exec/Libraries.i"}
  7.  
  8. Type
  9.  
  10.     MathIEEEBase = record
  11.         MathIEEEBase_LibNode    : Library;
  12.         MathIEEEBase_reserved   : Array[0..7] of char;
  13.         MathIEEEBase_TaskOpenLib : Address;
  14.         MathIEEEBase_TaskCloseLib : Address;
  15.         {       This structure may be extended in the future }
  16.     end;
  17.     MathIEEEBasePtr = ^MathIEEEBase;
  18.  
  19. {
  20. * Math resources may need to know when a program opens or closes this
  21. * library. The functions TaskOpenLib and TaskCloseLib are called when 
  22. * a task opens or closes this library. They are initialized to point to
  23. * local initialization pertaining to 68881 stuff if 68881 resources 
  24. * are found. To override the default the vendor must provide appropriate 
  25. * hooks in the MathIEEEResource. If specified, these will be called 
  26. * when the library initializes.
  27. }
  28.